Accord Software, Inc.

tutorial12/nstruct.h




/*
 * Accord Software, Inc.
 *
 * Tutorial 12
 *
 */

#define NS_PROGNUM      0x20000000 + 12
#define NS_VERSNUM      1

struct area {
	int length;
	int width;
};

struct volume {
	struct area area;
	int height;
};


[ Home | Tutorials | main.c | nstruct.c ]
E-Mail:webmaster@accord.com
[P-072] Updated March 14, 1996
Copyright © 1993-1996 Accord Software, Inc. All rights reserved.